home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 22
/
Amiga Format AFCD22 (Jan 1998, Issue 106).iso
/
-seriously_amiga-
/
shareware
/
programming
/
other
/
modemlink
/
source
/
crc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-11-05
|
98b
|
9 lines
#ifndef CRC_H
#define CRC_H
#include <exec/types.h>
ULONG GetCRC(char *buf, ULONG Len);
#endif